home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1443.dms / var1443.adf / s / Startup_3_2 < prev    next >
Text File  |  1992-09-02  |  604b  |  23 lines

  1. Echo " "
  2. Echo "IMPORTANT: This script will only work from your Workbench disk."
  3. Ask "            Do you wish to quit and load Workbench? - (Y/N)"
  4. If warn
  5. Endcli
  6. Endif
  7. Echo " "
  8. Echo "Please wait while i set things up ......"
  9. If not exists RAM:bin
  10. Makedir RAM:bin
  11. Copy >NIL: Hce:bin/A68K RAM:bin NOREQ
  12. Copy >NIL: Hce:bin/Blink RAM:bin NOREQ
  13. Copy >NIL: Hce:bin/Top RAM:bin NOREQ
  14. Assign >NIL: BIN: RAM:bin
  15. Assign >NIL: LIB: Hce:lib
  16. Assign >NIL: INCLUDE: Hce:include
  17. SetEnv INCLUDE "Hce:include"
  18. SetEnv LIB "Hce:lib"
  19. Endif
  20. Path >NIL: Hce: RAM:bin Hce:lib Hce:include add
  21. Echo "Done...Loading Hce"
  22. Hce:bin/Hce
  23.